-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Console Definitions From Elasticsearch to Kibana for 7.9 #72556
Adding Console Definitions From Elasticsearch to Kibana for 7.9 #72556
Conversation
e50416b
to
7101a10
Compare
@elasticmachine merge upstream |
bc5a843
to
27bf65f
Compare
@elasticmachine merge upstream |
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cuff-links Thanks for updating these!
It would be great to hear from you on some of the comments below before merging. We could tackle adding "overrides" in a separate PR too, but I think doing them in one batch might just be simpler.
Let me know what you think!
src/plugins/console/server/lib/spec_definitions/json/generated/indices.put_index_template.json
Show resolved
Hide resolved
...gins/console/server/lib/spec_definitions/json/generated/indices.simulate_index_template.json
Show resolved
Hide resolved
src/plugins/console/server/lib/spec_definitions/json/generated/indices.simulate_template.json
Show resolved
Hide resolved
...gins/console/server/lib/spec_definitions/json/generated/indices.simulate_index_template.json
Show resolved
Hide resolved
I am definitely in favor of going ahead and getting this knocked out in a single PR. Working on these. |
@elasticmachine merge upstream |
@jloleysens @cjcenizal Need the new changes reviewed so we can merge. |
@elasticmachine merge upstream |
src/plugins/console/server/lib/spec_definitions/json/overrides/indices.put_template.json
Outdated
Show resolved
Hide resolved
...gins/console/server/lib/spec_definitions/json/overrides/indices.simulate_index_template.json
Show resolved
Hide resolved
src/plugins/console/server/lib/spec_definitions/json/overrides/indices.simulate_template.json
Show resolved
Hide resolved
...gins/console/server/lib/spec_definitions/json/generated/indices.simulate_index_template.json
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this! I found some errors in the overrides. Once they're fixed I think we can merge.
…links/kibana into 7.9_Definitions_Update_For_Console
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally, code LGTM!
Closes #71163
Closes #73060
Summary
This PR is to add Console Definitions to Kibana from ES' API.